;;;; This demonstration script creates a listbox widget that displays
;;;; the names of the 50 states in the United States of America.
;;;;
(require "Scrollbox")
(define (demo-states)
(let* ((w (make-demo-toplevel "states"
"Listbox Demonstration (50 states)"
"A listbox containing the 50 states is displayed below, along with a scrollbar. You can scan the list either using the scrollbar or by scanning. To scan, press Shift key and button 2 in the widget and drag up or down."))